home *** CD-ROM | disk | FTP | other *** search
/ Private: Geographic / Private: Geographic.iso / BOTIGA.DIR / 00018.ls < prev    next >
Encoding:
Text File  |  1998-03-26  |  259 b   |  9 lines

  1. on mouseUp
  2.   go("rebajada")
  3.   set the fileName of window "shop" to the pathName & "shop\shop"
  4.   set the windowType of window "shop" to 2
  5.   set the modal of window "shop" to 1
  6.   set the drawRect of window "shop" to [70, 40, 570, 440]
  7.   open(window "shop")
  8. end
  9.